toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.event
/
[jvm]RenderProcessTerminated
Render
Process
Terminated
interface
RenderProcessTerminated
:
BrowserEvent
An event indicating that the render process of the browser has been terminated.
Members
Functions
browser
Link copied to clipboard
open
fun
browser
(
)
:
Browser
Returns the
Browser
instance initiated this event.
exit
Code
Link copied to clipboard
open
fun
exitCode
(
)
:
Int
Returns the exit code of the terminated render process.
status
Link copied to clipboard
open
fun
status
(
)
:
TerminationStatus
Returns the termination status of the terminated render process.